home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  1997-02-27  |  1KB  |  65 lines

  1. object FindForm: TFindForm
  2.   Left = 375
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find'
  7.   ClientHeight = 92
  8.   ClientWidth = 388
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object Prompt: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 58
  22.     Height = 15
  23.     Caption = '&Find What:'
  24.     FocusControl = SearchEdit
  25.   end
  26.   object SearchEdit: TEdit
  27.     Left = 72
  28.     Top = 12
  29.     Width = 305
  30.     Height = 23
  31.     MaxLength = 45
  32.     TabOrder = 0
  33.     OnChange = SearchEditChange
  34.   end
  35.   object FindBtn: TButton
  36.     Left = 60
  37.     Top = 56
  38.     Width = 84
  39.     Height = 28
  40.     Caption = 'Find &First'
  41.     Default = True
  42.     TabOrder = 1
  43.     OnClick = FindBtnClick
  44.   end
  45.   object NextBtn: TButton
  46.     Left = 152
  47.     Top = 56
  48.     Width = 84
  49.     Height = 28
  50.     Caption = 'Find &Next'
  51.     TabOrder = 2
  52.     OnClick = NextBtnClick
  53.   end
  54.   object CloseBtn: TButton
  55.     Left = 244
  56.     Top = 56
  57.     Width = 84
  58.     Height = 28
  59.     Cancel = True
  60.     Caption = 'Close'
  61.     TabOrder = 3
  62.     OnClick = CloseBtnClick
  63.   end
  64. end
  65.